home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 57 / MacAddict_057_2001_05.iso / Software / OSX / REALbasic3Carbon.sit / REALbasic 3.rsrc / STR#_139.txt < prev    next >
Text File  |  2001-02-12  |  6KB  |  185 lines

  1. Socket Control
  2.  
  3. To add a socket, drag this control to the window.
  4.  
  5. Socket controls don‚Äôt display at runtime. You use a socket control to send and receive data via TCP/IP over a LAN or the Internet.
  6.  
  7. DatabaseQuery Control
  8.  
  9. To add a DatabaseQuery, drag this control  to the window.
  10.  
  11. Serial Control
  12.  
  13. To add a serial control, drag this control to the window.
  14.  
  15. Serial controls don‚Äôt display at runtime. You use a serial control to send and receive data via a serial port to communicate with a serial device such as a modem.
  16.  
  17. Timer Control
  18.  
  19. To add a timer, drag this control to the window.
  20.  
  21. Timer controls don‚Äôt display at runtime. You use a timer control when you need to execute code one or more times after a specified number of milliseconds has passed.
  22.  
  23. ContextualMenu Control
  24.  
  25. To add a contextualmenu, drag this control to the window.
  26.  
  27. The contextualmenu control doesn‚Äôt display at runtime. However, you can use this control to display a customized contextual menu  in response to the users actions.
  28.  
  29. NotePlayer Control
  30.  
  31. The noteplayer doesn‚Äôt display at runtime. Use the noteplayer when you want to play musical notes with a variety of different instruments via the QuickTime Musical Instruments extension.
  32.  
  33. MoviePlayer Control
  34.  
  35. To add a movieplayer, drag this control to the window.
  36.  
  37. The movieplayer is used to play QuickTime movies.
  38.  
  39. (not used)
  40.  
  41. SpriteSurface Control
  42.  
  43. To add a spritesurface, drag this control to the window.
  44.  
  45. Use the spritesurface to create sprite animation.
  46.  
  47. TabPanel Control
  48.  
  49. To add, edit or delete tabs in a tab panel, click on the rightmost tab to display the Tab editor. To place a control on a specific tab, click on the tab to bring it to the front, then drag the control on to the tab panel.
  50.  
  51. GroupBox Control
  52.  
  53. To add a groupbox, drag this control to the window.
  54.  
  55. To allow the user to make a single selection from each group of radio buttons when you have multiple groups in a window, place each group in a groupbox.
  56.  
  57. ChasingArrows Control
  58.  
  59. To add chasingarrows, drag this control  to the window.
  60.  
  61. RadioButton Control
  62.  
  63. To add a radiobutton, drag this control to the window.
  64.  
  65. If you have more than one group of radio buttons in a window, place all of the radio buttons of a group into a groupbox to allow the user to select from each group.
  66.  
  67. Checkbox Control
  68.  
  69. To add a checkbox, drag this control to the window.
  70.  
  71. To cause a several checkboxes to share the same code, give each checkbox the same name. This will cause REALbasic to create a control array.
  72.  
  73. ProgressBar Control
  74.  
  75. To add a progressbar, drag this control to the window.
  76.  
  77. To display indeterminate progress (in the form of a barber pole), with the progressbar selected, change the Maximum property in the Properties window to 0 (zero).
  78.  
  79. ListBox Control
  80.  
  81. To add a listbox, drag this control to the window.
  82.  
  83. To enter a list of items for the listbox, with the listbox selected, click the InitialValue properties‚Äô Edit button in the Properties window.
  84.  
  85. ListBox Control
  86.  
  87. To add a listbox, drag this control to the window.
  88.  
  89. To enter a list of items for the listbox, with the listbox selected, click the InitialValue properties‚Äô Edit button in the Properties window.
  90.  
  91. Slider Control
  92.  
  93. To add a slider, drag this control to the window.
  94.  
  95. Sliders appear as scrollbars on the Macintosh unless MacOS 8 or greater is installed.
  96.  
  97. PushButton Control
  98.  
  99. To add a pushbutton, drag this control to the window.
  100.  
  101. To add a default ring, with the pusbutton selected, turn on the Default property in the Properties window. To associate Command-period, turn on the Cancel property.
  102.  
  103. BevelButton Control
  104.  
  105. To add a bevelbutton, drag this control  to the window.
  106.  
  107. LittleArrows Control
  108.  
  109. To add a littlearrows control, drag this control  to the window.
  110.  
  111. Popupmenu Control
  112.  
  113. To add a popup menu, drag this control to the window.
  114.  
  115. To enter a list of items for the popup menu, with the popup menu selected, click the InitialValue property's Edit button in the Properties window.
  116.  
  117. ScrollBar Control
  118.  
  119. To change a scrollbar from horizontal to vertical, resize the scrollbar until its height is greater than its width. Note: The standard height of a horizontal scrollbar and the standard width of a vertical scrollbar is 16 pixels.
  120.  
  121. ScrollBar Control
  122.  
  123. To change a scrollbar from horizontal to vertical, resize the scrollbar until its height is greater than its width. Note: The standard height of a horizontal scrollbar and the standard width of a vertical scrollbar is 16 pixels.
  124.  
  125. EditField Control
  126.  
  127. To add an editfield, drag this control to the window.
  128.  
  129. To allow multiple lines of text to be entered or displayed in an editfield, with the editfield selected, turn on the Multiline property in the Properties window.
  130.  
  131. DisclosureTriangle Control
  132.  
  133. To add a disclosuretriangle, drag this control  to the window.
  134.  
  135. PopupArrow Control
  136.  
  137. To add a popuparrow, drag this control  to the window.
  138.  
  139. Canvas Control
  140.  
  141. To add a canvas, drag this control to the window.
  142.  
  143. Canvas controls are used to display pictures, draw pictures and because they also receive events, to create custom interface controls.
  144.  
  145. ImageWell Control
  146.  
  147. To add an imagewell, drag this control  to the window.
  148.  
  149. Placard Control
  150.  
  151. To add a placard, drag this control  to the window.
  152.  
  153. Rectangle Control
  154.  
  155. To add a rectangle, drag this control to the window. 
  156.  
  157. To resize the rectangle and constrain the resizing to width or height only, hold Shift while resizing it.
  158.  
  159. Round Rectangle Control
  160.  
  161. To add a rectangle with rounded corners, drag this control to the window.
  162.  
  163. To set the arc of the corners, change the values of the OvalWidth and OvalHeight properties.
  164.  
  165. Oval Control
  166.  
  167. To add an oval, drag this control to the window.
  168.  
  169. To resize the oval and constrain the resizing to width or height only, hold Shift while resizing it.
  170.  
  171. StaticText Control
  172.  
  173. To add non-selectable text, drag this control  to the window.
  174.  
  175. Line Control
  176.  
  177. To add a line, drag this control  to the window.
  178.  
  179. To draw a line, drag the line control to your window. To draw the line horizontally or  vertically, hold down Shift while resizing the line control.
  180.  
  181. Separator Control
  182.  
  183. To add a separator, drag this control  to the window.
  184.  
  185.